Exercise 10.14

The ShowPoliciesAndClaimsLinqExercises.aspx web form has been modified in this way.  There is no visible difference when browsing the file, but viewing it using VWD reveals the (server side) difference.

The code behind file for the ShowPoliciesAndClaimsLinqExercises.aspx file now has lines such as:

    <asp:DetailsView ID="PolicyHolderView" runat="server" AutoGenerateRows="False" 
    DataKeyNames="policyholderID" DataSourceID="LinqDataSource1" Width="100%">